@charset "utf-8";
@font-face {      font-family: 'OpenSans-Regular';      
src: url('OpenSans-Regular.eot'); /* IE9 Compat Modes */      
src: url('OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('OpenSans-Regular.woff') format('woff'), /* Modern Browsers */              
url('OpenSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */              url('OpenSans-Regular.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

@font-face {      font-family: 'Open Sans Bold';      
src: url('Open Sans Bold.eot'); /* IE9 Compat Modes */      
src: url('Open Sans Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('Open Sans Bold.woff') format('woff'), /* Modern Browsers */              
url('Open Sans Bold.ttf')  format('truetype'), /* Safari, Android, iOS */              url('Open Sans Bold.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

@font-face {      font-family: 'PLAYFAIRDISPLAY-BOLD';      
src: url('PLAYFAIRDISPLAY-BOLD.eot'); /* IE9 Compat Modes */      
src: url('PLAYFAIRDISPLAY-BOLD.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('PLAYFAIRDISPLAY-BOLD.woff') format('woff'), /* Modern Browsers */              
url('PLAYFAIRDISPLAY-BOLD.otf')  format('truetype'), /* Safari, Android, iOS */              url('PLAYFAIRDISPLAY-BOLD.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

@font-face {      font-family: 'MaisonNeue-Medium';      
src: url('MaisonNeue-Medium.eot'); /* IE9 Compat Modes */      
src: url('MaisonNeue-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('MaisonNeue-Medium.woff') format('woff'), /* Modern Browsers */              
url('MaisonNeue-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */              url('MaisonNeue-Medium.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

body {
  font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px solid #BEBCBC;
}


.navbar-inverse {
    background-color:rgba(0,0,0,0);
    border-color: #5F5D5D;
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 2px;
    padding-bottom: 2px;
	padding-left:26px;
	padding-right:26px;
    line-height: 60px;
}

.nav {
    padding-left: 190px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
}
a {
    color: #333333;
    text-decoration: none;
}

a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #333333;}


.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
	font-size:16px;
	cursor:pointer;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

   .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }


.menu ul.sub_menu{position:absolute; width:600px; display:none; z-index:999; margin-left:0px;}
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#ffffff; background:none;}
.bg{ background:url(../images/bg.png) repeat; height:40px; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 40px;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:12px;
	}
	

.kq1 {-webkit-animation-delay: 0.4s;}
.kq2 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq3 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}
.kq4 {-webkit-animation-delay: 1.6s; -webkit-animation-duration: 1.6s;}
.kq5 {-webkit-animation-delay: 2s; -webkit-animation-duration: 2s;}
.kq6 {-webkit-animation-delay: 2.4s; -webkit-animation-duration: 2.4s;}


.kuanping {
   width:1330px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }

.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover:after{
	width:100%;
	height:2px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#FFFFFF;
}

ul {
   padding:0px;
   margin:0px;
   }

.yuyan {
   width:175px;
   line-height:66px;
   font-size:16px;
   color:#FFFFFF;
   float:left;
   } 
   
.yuyan a {
   color:#FFFFFF;
   }
   
.yuyan a:hover {
   color:#ffff00;
   }
   
.yuyan .hover {
   color:#ffff00;
   }
   
.sousuo {
   width:25px;
   float:right;
   text-align:right;
   line-height:66px;
   margin-left:120px;
   }

.search-btn {
    cursor: pointer;
}


.search-alert {
    position: fixed;
    z-index: 1000;
    background-color: #222222;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 10000;
    display: none;
}

.search-alert .close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/img5-4.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 124px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 66px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-left: 88px;
  padding-right: 80px;
  background: url(../images/img5.png) no-repeat 35px 60px;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 100px;
  margin-top: 24px;
  font-size: 24px;
  line-height: 100px;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  text-align: center;
}

.search-alert .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-alert .cent-form .tex {
    border: none;
    font-size: 20px;

}
   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   padding-top:20px;
   padding-bottom:20px;
   }  
   
.lghh {
   padding-top:0px;
   padding-bottom:0px;
   background-color:rgba(35,63,106,.8);
   } 
   
.banner {
   position:relative;
   }
   
.banner img {
   width:100%;
   }
   
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 130px;
    left: 3%;
    width: 10%;
} 

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background:rgba(255,255,255,0);
	border:1px solid #FFFFFF;
    opacity: .46;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper-button-prev {
    position: absolute;
    top: 85%;
    width: 20px;
    height: 20px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:86%;
	background:url(../images/zuo.png);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .swiper-button-next {
    position: absolute;
    top: 85%;
    width: 20px;
    height: 20px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:10%;
	background:url(../images/you.png);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}  

@keyframes heart{
from{margin-top:0px;}
to{margin-top:-8px;}
}

@keyframes heart{
from{transform:translate(0,0)}
to{transform:translate(0,8px)}
}  

.xiangxia {
    position:absolute;
    width: 48px;
    height: 48px;
	left:49%;
	bottom:125px;
    z-index: 8;
    animation: heart 0.8s ease-in-out 0.8s infinite alternate;
}

.xiangxia a {
   cursor:pointer;
   }

.guanyu {
   height:auto; overflow:hidden;
   padding-top:75px;
   padding-bottom:114px;
   color:#2c3f58;
   font-size:16px;
   line-height:36px;
   position:relative;
   background:url(../images/abbj.png) right top; background-repeat:no-repeat;
   }
   
.guanyu h2 {
   font-family:'OpenSans-Regular', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#a9acb5;
   position:relative;
   z-index:6;
   margin-top:0px;
   margin-bottom:36px;
   }
   
.guanyu h3 {
   font-family:'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
   font-size:66px;
   color:#2c3f58;
   height:auto; overflow:hidden;
   position:relative;
   z-index:6;
   line-height:79px;
   margin-top:0px;
   margin-bottom:60px;
   }
   
#particles {
  background: url('http://arnaudel.perso.neuf.fr/Payekhali/Fonds/1280/AS11-40-5873.jpg') top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position:absolute;
  left:0px;
  top:0px;
} 
   
.gynn {
   width:81.3%;
   position:relative;
   z-index:6;
   float:left;
   }
   
.abtu {
   width:100%;
   height:auto; overflow:hidden;
   float:left;
   margin-top:62px;
   } 
   
.abtu img {
   width:100%;
   }
   
.abtu .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -22px;
	left:10px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/left.png);
    background-size: 38px 38px;
    background-position: center;
    background-repeat: no-repeat;
}

.abtu .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -22px;
	right:10px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/right.png);
    background-size: 38px 38px;
    background-position: center;
    background-repeat: no-repeat;
}
   
.cpbj {
   height:auto; overflow:hidden;
   padding-top:75px;
   padding-bottom:125px;
   background:url(../images/cpbj.jpg);
   background-size: 100% 100%;
   }
   
.cpbj h2 {
   font-family:'OpenSans-Regular', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#a9acb5;
   margin-top:0px;
   margin-bottom:40px;
   }
   
.cpbj h3 {
   font-family:'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
   font-size:66px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:80px;
   }
   
.cpmore {
    text-align: right;
    height: auto;
    overflow: hidden;
    line-height: 74px;
    position: relative;
    padding-right: 65px;
    margin-top: 60px;
	transition: all 300ms ease-in 0ms;
}

.cpmore a {
   color:#FFFFFF;
   }

.xian {
    position: absolute;
    right: 0px;
    top: 36px;
    width: 48px;
    height: 1px;
    background-color: #FFFFFF;
	transition: all 300ms ease-in 0ms;
}

.cpmore:hover {
   padding-right:97px;
   transition: all 300ms ease-in 0ms;
   }
   
.cpmore:hover .xian {
   width:70px;
   transition: all 300ms ease-in 0ms;
   }
   
.cpgun {
   width:1420px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.proce {
    padding: 0px 57px;
    position: relative;
}

#fuwu {
    position: static;
}

.proce .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -22px;
	left:0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/left.png);
    background-size: 38px 38px;
    background-position: center;
    background-repeat: no-repeat;
}

.proce .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -22px;
	right:0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/right.png);
    background-size: 38px 38px;
    background-position: center;
    background-repeat: no-repeat;
}

.cptu {
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
}

.cptu-zi {
    height: auto;
    overflow: hidden;
	line-height:53px;
	padding:20px;
    background: url(../images/jtw.png) center right;
    background-repeat: no-repeat;
    border-top: 1px solid #d2d2d2;
    font-size: 14px;
    color: #a9acb5;
	white-space: nowrap;
    text-overflow:ellipsis;
}

.cptu img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cptu:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cptu section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 

.cptu:hover .cptu-zi {
   color:#FFFFFF;
       background: url(../images/jtw2.png) center right;
    background-repeat: no-repeat;
   background-color:#2c3f58;
   transition: all 300ms ease-in 0ms;
   }
   
.lxwm {
   height:auto; overflow:hidden;
   margin-top:80px;
   margin-bottom:70px;
   color:#a9acb5;
   text-align:center;
   }
   
.lxwm h2 {
   font-family:'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
   font-size:30px;
   height:auto; overflow:hidden;
   color:#2c3f58;
   line-height:55px;
   text-align:center;
   margin-top:0px;
   margin-bottom:35px;
   }
   
.lxmore {
   width:526px;
   height:65px;
   margin:0px auto 30px;
   }
   
.lxmore a {
   display:block;
   width:100%;
   height:65px;
   line-height:65px;
   font-size:30px;
   color:#2c3f58;
   text-align:center;
   text-transform:uppercase;
   font-family: 'Open Sans Bold', Helvetica, Arial, sans-serif;
   border:1px solid #d2d2d2;
   border-radius: 30px;
   }
   
.lxmore a:hover {
   background-color:#2c3f58;
   border:1px solid #2c3f58;
   color:#FFFFFF;
   }
   
.bottom {
   height:auto; overflow:hidden;
   padding-top:20px;
   padding-bottom:15px;
   line-height:30px;
   background-color:#233F6A;
   color:#FFFFFF;
   }
   
.bottom a {
   color:#f1f1f1;
   }
   
.bottom a:hover {
   color:#FFFFFF;
   }
   
.bmaa {
   width:57%;
   float:left;
   text-transform:uppercase;
   }  
   
.didh {
   height:auto; overflow:hidden;
   }
   
.didh li {
   list-style-type:none;
   margin-right:47px;
   float:left;
   }
   
.didh li a {
   display:block;
   height:25px;
   line-height:25px;
   }
   
.bottom h2 {
   font-family:'OpenSans-Regular', Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:37px;
   padding-bottom:10px;
   background:url(../images/xiahua.jpg) left bottom; background-repeat:no-repeat;
   margin-bottom:10px;
   }
   
.bmbb {
   width:24.9%;
   float:right;
   }  
   
.fenxiang {
    height: auto;
    overflow: hidden;
    margin-bottom: 35px;
}

.fenxiang li {
    list-style-type: none;
    width: 30px;
    float: left;
    margin-right: 16px;
}

.fenxiang li a {
   display:block;
   width: 30px;
    height: 30px;
	line-height:30px;
    background-color: #161616;
    border-radius: 50%;
	}

.fenxiang li a:hover {
   background-color:#de0e58;
   }
   
.footer {
   height:auto; overflow:hidden;
   line-height:33px;
   color:#a9acb5;
   background-color:#233F6A;
   border-top:1px solid rgba(210,210,210,0.07);
   }
   
.footer a {
   color:#a9acb5;
   }
   
.footer a:hover {
   color:#FFFFFF;
   }
   
.juyou {
   text-align:right;
   }
   
/* 产品展示 */
.bnn1 {
    width: 100%;
    height: 470px;
    padding-top: 258px;
    background: url(../images/bnn1.jpg) top center;
	background-size: 100% 100%;
}

.bnnkk {
    width: 1300px;
    height: auto;
    overflow: hidden;
	font-family: 'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
    color: #FFFFFF;
	font-size:20px;
    margin: 0 auto;
}

.bnnkk a {
   color: #FFFFFF;
   }

.bnnkk h2 {
   font-family: 'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
   font-size:66px;
   margin-top:0px;
   margin-bottom:25px;
   color:#FFFFFF;
   }
   
.cpww {
   height:auto; overflow:hidden;
   margin-top:75px;
   margin-bottom:66px;
  }
  
.cpww-lan {
   height:auto; overflow:hidden;
   margin-bottom:90px;
   }
   
.cpww-lan-aa {
   width:43.7%;
   font-family: 'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
   font-size:66px;
   line-height:79px;
   color:#2c3f58;
   float:left;
   } 
   
.cpww-lan-bb {
   width:56.3%;
   font-family: 'Open Sans Bold', Helvetica, Arial, sans-serif;
   color:#2c3f58;
   font-size:16px;
   line-height:36px;
   margin-top:78px;
   float:right;
   } 
   
.cpww-nn {
   height:auto; overflow:hidden;
   border-right:1px solid #ececec;
   border-bottom:1px solid #ececec;
   }
   
.cpww-nn li {
   list-style-type:none;
   width:50%;
   float:left;
   border-left:1px solid #ececec;
   border-top:1px solid #ececec;
   }
   
.cpww-nn li a {
   display:block;
   width:100%;
   height:195px;
   padding-left:98px;
   padding-top:80px;
   position:relative;
   }
   
.cpww-nn li h2 {
   font-family: 'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#2c3f58;
   position:relative;
   margin-top:0px;
   margin-bottom:0px;
   }
   
.flbj {
   position:absolute;
   width:100%;
   height:100%;
   left:0px;
   top:0px;
   z-index:1;
   display:none;
   }
   
.flmore {
   width:100px;
   height:auto; overflow:hidden;
   line-height:35px;
   background-color:#2c3f58;
   color:#FFFFFF;
   font-size:14px;
   text-align:center;
   position:relative;
   display:none;
   }
   
.cpww-nn li a:hover {
   padding-top:60px;
   transition: all 300ms ease-in 0ms;
   }
   
.cpww-nn li a:hover h2 {
   color:#FFFFFF;
   z-index:6;
   transition: all 300ms ease-in 0ms;
   margin-bottom:30px;
   }
   
.cpww-nn li a:hover .flmore {
   display:block;
   z-index:6;
   transition: all 300ms ease-in 0ms;
   }
   
.cpww-nn li a:hover .flbj {
   display:block;
   transition: all 300ms ease-in 0ms;
   }
   
/* 产品列表 */
.cpbjt {
   height:auto; overflow:hidden;
   padding-top:86px;
   padding-bottom:52px;
   background-color:#ebebeb;
   }
   
.cpbjt h2 {
   font-family: 'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
   font-size:40px;
   color:#7b7b7b;
   text-align:center;
   margin-top:0px;
   margin-bottom:38px;
   }
   
.cprow {
   height:auto; overflow:hidden;
   margin-left:-20px;
   margin-right:-20px;
   }
   
.cprow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding:20px;
   margin-bottom:15px;
   }
   
.cptux {
   font-family: 'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
   font-size:40px;
   color:#2c3f58;
   }
   
.cptux a {
   display:block;
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   }
   
.cptux-zi {
    height: auto;
    overflow: hidden;
    line-height: 53px;
    padding: 20px;
    background: url(../images/jtw.png) center right;
    background-repeat: no-repeat;
    border-top: 1px solid #d2d2d2;
    font-size: 14px;
    color: #7b7b7b;
	white-space: nowrap;
    text-overflow:ellipsis;
}
   
.cptux img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cptux:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cptux section {
   overflow: hidden;
   } 
   
.cptux a:hover {
   box-shadow: 0px 0px 15px rgba(0,0,0,.5);
   }    
   
.cptux a:hover .cptux-zi {
   color:#FFFFFF;
       background: url(../images/jtw2.png) center right;
    background-repeat: no-repeat;
   background-color:#2c3f58;
   transition: all 300ms ease-in 0ms;
   } 
   
/* 产品详情 */
.cpxq {
   height:auto; overflow:hidden;
   padding-top:80px;
   padding-bottom:66px;
   background-color:#ebebeb;
   }
   
.cpxq-left {
   width:41%;
   float:left;
   box-shadow: 0px 0px 15px rgba(0,0,0,.2);
   }
   
.cpxq-right {
   width:47.7%;
   font-size:16px;
   line-height:36px;
   color:#2c3f58;
   float:right;
   }
   
.cpxq-right h2 {
   font-family: 'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
   font-size:40px;
   color:#2c3f58;
   margin-top:0px;
   padding-bottom:30px;
   border-bottom:1px solid #dbdbdb;
   margin-bottom:50px;
   }
   
.down {
   height:auto; overflow:hidden;
   margin-top:54px;
   padding-top:50px;
   border-top:1px solid #dbdbdb;
   }
   
.pdf {
   width:165px;
   height:48px;
   }
   
.pdf a {
   display:block;
   width:100%;
   height:48px;
   line-height:48px;
   text-align:center;
   color:#FFFFFF;
   font-size:14px;
   background-color:#2c3f58;
   }
   
.pdf a:hover {
   background-color:#de0e58;
   }
   
.fendd {
   height:auto; overflow:hidden;
   color:#7b7b7b;
   margin-top:35px;
   }  
   
.fendd a {
   color:#7b7b7b;
   } 
   
.fendd a:hover {
   color:#2c3f58;
   }
   
   
/* 分页 */ 
.page {
    margin: 20px auto;
}

.page-m {
    position: relative;
    top: -1px;
    +display: inline !important;
}

.page a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-m a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
	border:1px solid #eeeeee;

}

.page-m a:hover {
    color: #fff;
    background: #de0e58;
	border:1px solid #de0e58;
}

.xianshi {
    color: #fff;
    background: #de0e58;
	border:1px solid #de0e58;
}

.page-m a.active {
    color: #fff;
    background: #de0e58;
	border:1px solid #de0e58;
}


/* 下载 */
.bnn3 {
    width: 100%;
    height: 470px;
    padding-top: 258px;
    background: url(../images/bnn3.jpg) top center;
	background-size: 100% 100%;
}

.xiazai {
   height:auto; overflow:hidden;
   padding-top:68px;
   padding-bottom:43px;
   background-color:#ebebeb;
   } 
   
.xzsoutt {
   width:810px;
   height:68px;
   margin:0 auto;
   }  
   
.search1 {
   border-radius: 30px;
   border:1px solid #9a9a9a;
   }
   
.search1 form {
    display: flex;
}

.search1 .search {
    border: 0;
    height: 66px;
    font-size: 14px;
    padding-left: 10px;
    width: 81%;
	margin-left:5%;
	font-size:16px;
	color:#5b5b5b;
	background-color:rgba(0,0,0,0);
    border-radius: 0 25px 25px 0;
	outline: none;
}   

.search1 .btn {
    height: 66px;
    margin: 0;
	background-color:rgba(0,0,0,0);
    border-radius: 25px 0 0 25px;
    color: #828282;
	font-size:20px;
    text-align: center;
	margin-right:5%;
    width: 9%;
	outline: none;
} 

.xzrow {
   height:auto; overflow:hidden;
   margin-left:-23px;
   margin-right:-23px;
   margin-top:65px;
   }
   
.xzrow li {
   list-style-type:none;
   padding-left:23px;
   padding-right:23px;
   width:50%;
   float:left;
   margin-bottom:40px;
   }
   
.xzkk {
  height:auto; overflow:hidden;
  }
  
.xzkk a {
   display:block;
   height:auto; overflow:hidden;
   border:1px solid #c9c9c9;
   color:#5b5b5b;
   font-size:16px;
   padding:25px;
   cursor:pointer;
   } 
   
.xzkk-aa {
   width:50px;
   height:50px;
   margin-top:12px;
   background:url(../images/pdf.png) left top; background-repeat:no-repeat;
   float:left;
   }
   
.xzkk-bb {
   width:380px;
   float:left;
   line-height:34px;
   margin-left:30px;
   } 
   
.xzkk a:hover {
   border:1px solid #2c3f58;
   background-color:#2c3f58;
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.xzkk a:hover .xzkk-aa {
   background:url(../images/pdf.png) left bottom; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont {
	width:40%;
	left:30%;
	top:50%;
	margin-top:-378px;
	position:relative;
}
.zwcont iframe {
	height:485px;
	background:transparent;
	width:100%;
	border-radius: 10px;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:60px;
	right:15px;
	top:0;
	cursor:pointer;
	width:40px;
	background:url(../images/gbtou.png) center no-repeat;
}
.sqxx {
	width:100%;
	height:auto; overflow:hidden;
	padding:75px;
	padding-bottom:80px;
	background:#fff;
	
}
.sqxx h2 {
    font-family: 'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
	font-size:40px;
	text-align:center;
	margin-top:0px;
	margin-bottom:50px;
	color:#2c3f58;
}
.sqxx h2 big {
	font-size:2.0rem;
}
.sqxx .form {
	padding-left:40px;
	padding-right:40px;
	font-size:24px;
	line-height:80px;
	color:#2c3f58;
}

.sqxx .form div:nth-child(2n+0) {
	margin-right:0;
}

.sqxx form button {
	display:block;
	background:#2c3f58;
	border:1px solid #2c3f58;
	width:100%;
	color:#fff;
	height:49px;
	line-height:49px;
	outline:none;
	font-size:14px;
	transition:.3s;
	border-radius: 30px;
	border:0;
}
.zwcont form button:hover {
	background:#333;
} 

.biao {
   height:auto; overflow:hidden;
   margin-bottom:45px;
   }

.kka {
   height:49px;
   padding-left:46px;
   color:#cbcbcb;
   background:url(../images/mima.png) left; background-repeat:no-repeat;
   background-color:#838e9d;
   border:1px solid #838e9d;
   border-radius: 30px;
   }
   
.biao .form-control:-moz-placeholder {
  color: #cbcbcb;
}

.biao .form-control::-moz-placeholder {
  color: #cbcbcb;
  opacity: 1;
}

.biao .form-control:-ms-input-placeholder {
  color: #cbcbcb;
}

.biao .form-control::-webkit-input-placeholder {
  color: #cbcbcb;
}

.huoqu {
   margin-top:40px;
   height:auto; overflow:hidden;
   line-height:47px;
   }
   
.huoqu-aa {
   width:67%;
   font-family: 'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#2c3f58;
   float:left;
   }
   
.huoqu-bb {
   width:32.5%;
   float:right;
   }
   
.huoqu-bb a {
   display:block;
   height:47px;
   line-height:47px;
   text-align:center;
   color:#2c3f58;
   font-size:14px;
   border:1px solid #2c3f58;
   border-radius: 30px;
   }
   
.huoqu-bb a:hover {
   background-color:#2c3f58;
   color:#FFFFFF;
   }
   
   
/* 单页 */
.bnn2 {
   width:100%;
    height: 470px;
    padding-top: 258px;
     
     background: url(/images/bnn3.jpg) top center;
	background-size: 100% 100%;
   }
   
   
.about {
   height:auto; overflow:hidden;
   margin-top:75px;
   margin-bottom:40px;
   }

.about h2 {
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:5px;
   color:#a9acb5;
   }
   
.about h3 {
   font-family: 'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
   font-size:71px;
   line-height:70px;
   height:auto; overflow:hidden;
   margin-top:0px;
   margin-bottom:15px;
   color:#2c3f58;
   }
   
.gyzi {
   font-size:16px;
   line-height:29px;
   color:#6d747c;
   padding-top:30px;
   }
   
.mokuai {
    height: auto;
    overflow: hidden;
    background-color: #da2128;
    color: #FFFFFF;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 40px;
}

.mokuai li {
    list-style-type: none;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
    float: left;
}

.mkaa {
    width: 27%;
    float: left;
}

.mkbb {
    width: 73%;
    float: right;
    line-height: 25px;
}

.youhua {
    border-right: 1px solid rgba(255,255,255,.31);
}

.zdcp {
   height:auto; overflow:hidden;
   margin-top:65px;
   margin-bottom:65px;
   }
   
.zdcp h2 {
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:5px;
   color:#a9acb5;
   }
   
.zdcp h3 {
   font-family: 'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
   font-size:71px;
   line-height:70px;
   height:auto; overflow:hidden;
   margin-top:0px;
   margin-bottom:55px;
   color:#2c3f58;
   }
   
.cpnn {
   height:auto; overflow:hidden;
   }
   
.cpnn-left {
   width:50.4%;
   float:left;
   }
   
.cpnn-right {
   width:47.9%;
   float:right;
   }
   
.hudu {
   border-radius: 10px;
   }
   
.cpzi {
   height:90px;
   padding:20px;
   position:relative;
   margin-top:-90px;
   color:#FFFFFF;
   }
   
.cpzi h4 {
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:8px;
   }
   
.cpss {
   height:auto; overflow:hidden;
   }   
   
.cpss2 {
   height:auto; overflow:hidden;
   margin-top:25px;
   }   
   
   
.cpss img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%; }  

.cpss:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpss section {
   overflow: hidden;
   border-radius: 10px;
   }
   
.cpss2 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cpss2:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpss2 section {
   overflow: hidden;
   border-radius: 10px;
   }
   
.cpnn-left img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cpnn-left:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpnn-left section {
   overflow: hidden;
   border-radius: 10px;
   } 
   
/* 联系 */

.bnn4 {
   width:100%;
    height: 470px;
    padding-top: 258px;
    background: url(../images/bnn4.jpg) top center;
	background-size: 100% 100%;
   }

.lxkk {
    height: auto;
    overflow: hidden;
    margin-top: 60px;
    padding-bottom: 60px;
}

.ditux {
   border:5px solid #FFFFFF;
   height:auto; overflow:hidden;
   box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   }
   
.lxhh {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
	font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #f0f0f0;
}

.lxhh-aa {
    width: 10%;
    float: left;
}

.lxhh-bb {
    width: 89%;
    float: right;
    color: #666666;
    font-size: 16px;
}

.lxhh-bb h4 {
    font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #333333;
	font-weight:bold;
}

.lxhh-bb h5 {
    font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 8px;
    color: #333333;
	font-weight:bold;
}

   
.liuyan {
    height: auto;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 45px;
    background-color: #f1f1f1;
}

.liuyan h3 {
    font-family: 'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
    font-size: 42px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 83px;
}
   
.lykk {
   width:1300px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.biaow {
   height:auto; overflow:hidden;
   margin-bottom:20px;
   }
   
.biaow h4 {
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:14px;
   color:#666666;
   }
   
.kkc {
   height:60px;
   border:1px solid #d2d2d2;
   }
   
.kkd {
   border:1px solid #d2d2d2;
   }
   
.anniuw {
   width:208px;
   height:54px;
   background-color:#ddaa6e;
   padding:0px;
   } 
   
.yc {
   display:block;
   }
   
.yd {
   display:none;
   } 	
   
.fanhui {
   width:180px;
   height:auto; overflow:hidden;
   margin:30px auto 0px;
   } 
   
.fanhui a {
   display:block;
   width:100%;
   height:40px;
   line-height:40px;
   text-align:center;
   color:#FFFFFF;
   background-color:#2c3f58;
   border-radius: 15px;
   }
   
   
.navbar-inverse .navbar-nav > li.mouseover .ul_hide {
    position: absolute;
    left: -50px;
    top: 66px;
    width: 300px;
	text-align:center;
    border: 0px solid #CBCBCB;
	background-color:rgba(0,0,0,.8);
    padding: 5px 0px;
    display: none;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li {
	line-height:40px;
	border-bottom:0px solid rgba(0,0,0,.8);
	list-style-type:none;
	background:none;
   white-space: nowrap;
text-overflow: ellipsis;
	position:relative;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a{
    color:#ffffff;
	border-bottom:0px solid rgba(35,63,106,.8);
	text-align:center;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover{
    display:block;
    color:#FFFFFF;
	background-color:#969596;
    text-decoration: none;
}  

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a::after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
	position:absolute;
	left:0px;
	bottom:0px;
     
	display:none !important;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover:after{
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
	position:absolute;
	left:0px;
	bottom:0px;
     
	display:none !important;
} 
   
   
@media (min-width: 1400px) and (max-width: 1800px) {

.container {
   width:100%;
  } 

}   
   
@media (min-width: 1200px) and (max-width: 1400px) {

.kuanping {
   width:100%;
   }

.container {
   width:100%;
  } 
  
.nav {
    padding-left: 80px;
}
  
.navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
}
  
.sousuo {
    margin-left: 20px;
}

.abtu {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cpgun {
    width: 100%;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 90px;
}

.xiangxia {
    position: absolute;
    bottom: 90px;
    z-index: 10;
    animation: heart 0.8s ease-in-out 0.8s infinite alternate;
}

.lykk {
    width: 100%;
}

.bnnkk {
    width: 100%;
   }

}


@media (min-width: 1000px) and (max-width: 1200px) {

.kuanping {
   width:100%;
   }

.container {
   width:100%;
  } 
  
.nav {
    padding-left: 80px;
}
  
.navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
}
  
.sousuo {
    margin-left: 10px;
}

.abtu {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cpgun {
    width: 100%;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 80px;
}

.xiangxia {
    position: absolute;
    bottom: 80px;
    z-index: 10;
    animation: heart 0.8s ease-in-out 0.8s infinite alternate;
}

.lykk {
    width: 100%;
}

.bnnkk {
    width: 100%;
   }

}


@media (min-width: 0px) and (max-width: 1000px) {

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }

.container {
   width:100%;
  }   
  
.yc {
   display:none;
   }
   
.yd {
   display:block;
   }  
   
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:20px;
    left: 0;
    width: 100%;
}

.guding {
   padding-top:0px;
   padding-bottom:0px;
   background-color:rgba(35,63,106,1);
   }  
   
.lghh {
   background-color:rgba(0,0,0,1);
   }
   
.banner {
   margin-top:66px;
   }
   
.guanyu {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 40px;
    color: #2c3f58;
    font-size: 14px;
    line-height: 25px;
}

.guanyu h3 {
    font-size: 30px;
    color: #2c3f58;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.gynn {
    width: 100%;
}

.abtu .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: -22px;
	left:5%;
    z-index: 10;
    cursor: pointer;
	background:url(../images/left.png);
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.abtu .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: -22px;
	right:5%;
    z-index: 10;
    cursor: pointer;
	background:url(../images/right.png);
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.abtu {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.cpbj {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.cpbj h2 {
    font-size: 14px;
    color: #a9acb5;
    margin-top: 0px;
    margin-bottom: 20px;
}

.cpbj h3 {
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
}


.cpmore {
    margin-top: 0px;
}

.cpgun {
   width:100%;
   }
   
.proce .swiper-button-prev {
	left:5px;
}

.proce .swiper-button-next {
	right:5px;
}

.lxwm {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #a9acb5;
    text-align: center;
}

.lxwm h2 {
    font-size: 30px;
    height: auto;
    overflow: hidden;
    color: #2c3f58;
    line-height: 40px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}

.lxmore {
    width: 100%;
    height: 40px;
    margin: 0px auto 20px;
}

.lxmore a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #2c3f58;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans Bold', Helvetica, Arial, sans-serif;
    border: 1px solid #d2d2d2;
    border-radius: 30px;
}

.bottom {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 20px;
    padding-bottom: 15px;
    line-height: 30px;
    background-color: #233F6A;
    color: #FFFFFF;
}

.bmaa {
    width: 100%;
    float: left;
}

.bmbb {
    width: 100%;
    float: right;
}

.footer {
    height: auto;
    overflow: hidden;
	padding-left:0px;
	padding-right:0px;
    line-height:40px;
    color: #a9acb5;
	margin-bottom:50px;
}

.fygnav {
    padding: 0px;
	height:50px;
	background-color:#de0e58;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 100%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#de0e58; height:50px; line-height:50px;}

.fygnav li a:hover { color:#FFFFFF; background-color:#de0e58;}

.bnn1 {
    width: 100%;
    height: 150px;
    padding-top: 30px;
    background: url(../images/bnn1.jpg) top center;
        background-size: auto;
    background-size: 600px 200px;
	margin-top:66px;
}

.bnn2 {
    width: 100%;
    height: 150px;
    padding-top: 30px;
    background: url(../images/bnn2.jpg) top center;
        background-size: auto;
    background-size: 600px 200px;
	margin-top:66px;
}

.bnn3 {
    width: 100%;
    height: 150px;
    padding-top: 30px;
    background: url(../images/bnn3.jpg) top center;
        background-size: auto;
    background-size: 600px 200px;
	margin-top:66px;
}

.bnn4 {
    width: 100%;
    height: 150px;
    padding-top: 30px;
    background: url(../images/bnn4.jpg) top center;
        background-size: auto;
    background-size: 600px 200px;
	margin-top:66px;
}

.bnnkk {
   width:100%;
   font-size:14px;
   }

.bnnkk h2 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.about {
    height: auto;
    overflow: hidden;
    margin-top:25px;
}

.about h3 {
    font-family: 'PLAYFAIRDISPLAY-BOLD', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 35px;
}


.mokuai {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.mokuai li {
    list-style-type: none;
    width: 100%;
    padding-left:15px;
    padding-right: 15px;
	margin-bottom:15px;
}

.zdcp {
    height: auto;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
}


.zdcp h3 {
    font-size: 30px;
    line-height: 35px;
    height: auto;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 25px;
    color: #2c3f58;
}

.cpnn-left {
    width:100%;
}

.cpnn-right {
    width: 100%;
    margin-top: 25px;
}

.cpww {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cpww-lan {
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.cpww-lan-aa {
    width: 100;
    font-size: 30px;
    line-height: 35px;
    color: #2c3f58;
}

.cpww-lan-bb {
    width: 100%;
    color: #2c3f58;
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
}

.cpww-nn li {
    list-style-type: none;
    width: 100%;
}

.cpww-nn li a {
    display: block;
    width: 100%;
    height:auto; overflow:hidden;
	padding:20px;
    position: relative;
}

.cpww-nn li a:hover {
   padding-top:20px;
   transition: all 300ms ease-in 0ms;
   }

.cpww-nn li a:hover .flmore {
   display:none;
   }
   
.cpww-nn li h2 {
    font-size: 20px;
    color: #2c3f58;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
}
   
.cpww-nn li a:hover h2 {
   color:#FFFFFF;
   z-index:6;
   transition: all 300ms ease-in 0ms;
   margin-bottom:0px;
   }

.cpbjt {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #ebebeb;
}   

.cpbjt h2 {
    font-size: 20px;
    color: #7b7b7b;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.cprow {
    height: auto;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.cprow li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
}

.cpxq {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ebebeb;
}

.cpxq-left {
    width: 100%;
}


.cpxq-right {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}

.cpxq-right h2 {
    font-size: 20px;
    color: #2c3f58;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.xiazai {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #ebebeb;
}

.xzsoutt {
    width: 100%;
    height: 40px;
    margin: 0 auto;
}

.search1 .search {
    border: 0;
    height: 40px;
    font-size: 14px;
    padding-left: 10px;
    width: 81%;
	margin-left:5%;
	font-size:16px;
	color:#5b5b5b;
	background-color:rgba(0,0,0,0);
    border-radius: 0 25px 25px 0;
	outline: none;
}   

.search1 .btn {
    height: 40px;
    margin: 0;
	background-color:rgba(0,0,0,0);
    border-radius: 25px 0 0 25px;
    color: #828282;
	font-size:16px;
    text-align: center;
	margin-right:5%;
    width: 9%;
	outline: none;
} 

.xzrow {
    height: auto;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 25px;
}

.xzrow li {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.xzkk a {
    display: block;
    font-size: 14px;
    padding: 15px;
}

.xzkk-bb {
    width: 80%;
    margin-left: 10px;
}

.zwcont {
    width: 90%;
    left: 5%;
    top: 30%;
    margin-top: -100px;
    position: relative;
}

.sqxx {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px;
	padding-top:25px;
    background: #fff;
}

.sqxx .form {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 18px;
    line-height: 40px;
    color: #2c3f58;
}

.sqxx h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.huoqu {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    line-height: 40px;
}

.huoqu-aa {
    width: 100%;
    font-size: 18px;
    color: #2c3f58;
}

.huoqu-bb {
    width: 100%;
}

.zwcont iframe {
    height: 360px;
}

.lxkk {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 20px;
}

.liuyan {
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 25px;
}

.lykk {
    width: 100%;
}

.liuyan h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.biaow h4 {
    font-size: 16px;
    margin-top: 15px;
    color: #666666;
}

.search-alert .cent-form .tex {
    padding-left: 60px;
    padding-right: 60px;
	font-size:16px;
}

.search-alert .cent-form .sub-butn {
    border: none;
    height: 100px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 100px;
    color: #555;
    text-align: right;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    text-align: center;
}


}


